home *** CD-ROM | disk | FTP | other *** search
/ The Dream Of Mars / The Dream of Mars.iso / Betanet.dxr / 00020.ls < prev    next >
Encoding:
Text File  |  1997-01-07  |  221 b   |  12 lines

  1. on exitFrame
  2.   global iconanimation
  3.   if iconanimation = 1 then
  4.     set the visible of sprite 7 to 1
  5.     updateStage()
  6.     set the visible of sprite 7 to 0
  7.     updateStage()
  8.     updateStage()
  9.   end if
  10.   go(the frame)
  11. end
  12.